@charset "utf-8";
.mb14 {
  margin-bottom: 14px;
}
.toolbar {
  right: 0;
  top: 50%;
  position: fixed;
  z-index: 900;
}
.toolbar-shadow {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
  width: 56px;
  height: 162px;
  position: absolute;
  top: 0;
  right: 0;
}
.toolbar-default {
  position: relative;
}
.toolbar-default .default-a::after {
  display: inline-block;
  content: ' ';
  width: 36px;
  height: 1px;
  background-color: #eeeeee;
  z-index: 1;
  position: absolute;
  top: 54px;
  right: 10px;
}
.toolbar-default:last-child .default-a::after {
  display: none;
}
.toolbar-default:nth-child(1) .default-a {
  border-radius: 2px 2px 0 0;
}
.toolbar-default:nth-child(3) .default-a {
  border-radius: 0 0 2px 2px;
}
.default-a {
  width: 40px;
  height: 38px;
  display: block;
  float: right;
  background: #ffffff;
  padding: 8px;
}
.default-a span {
  display: none;
  padding-left: 8px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
}
.default-ico {
  width: 40px;
  height: 38px;
  display: block;
  float: right;
  position: relative;
}
.toolbar-ico01 {
  background: url(../../images/common/ts_ico01.png) no-repeat center center;
}

.toolbar-ico02 {
  background: url(../../images/common/ts_ico02.png) no-repeat center center;
}
.toolbar-ico03 {
  background: url(../../images/common/ts_ico03.png) no-repeat center center;
}
.hover-box {
  position: absolute;
  right: 56px;
  top: 0;
  padding-right: 10px;
  display: none;
}
.hover-box > div {
  width: 164px;
  height: 242px;
  background: #ffffff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
  border-radius: 2px 2px 2px 2px;
  position: relative;
  background: #fff;
  padding: 12px 16px;
  box-sizing: border-box;
}
.hover-box > div:before {
  /* content: '';
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ccc;
  position: absolute;
  top: 10px;
  right: -10px; */
}
.hover-box > div:after {
  content: '';
  width: 0px;
  height: 0px;
  border-top: 4px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #fff;
  position: absolute;
  top: 22px;
  right: -6px;
}
.hover-service .hover-title {
  line-height: 20px;
  border-bottom: 1px solid #eeeeee;
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  padding-bottom: 12px;
}
.hover-service .qq {
  padding: 12px 0 12px 0;
  border-bottom: 1px solid #eeeeee;
}
.hover-service .qq div {
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 8px;
}
.hover-service .qq div:last-child {
  margin-bottom: 0;
}
.hover-service .qq div span {
  margin-right: 8px;
  line-height: 24px;
}
.hover-service .qq div a {
  border: 1px solid #ff8b0d;
  border-radius: 2px 2px 2px 2px;
  padding: 0px 6px;
  width: 76px;
  height: 24px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #3f3f3f;
}
.hover-service .qq div a img {
  width: 16px;
  height: 16px;
  margin-right: 2px;
}

.hover-service .hover-tel {
  border-bottom: 1px solid #eee;
  color: #ff8b0d;
  font-size: 16px;
  padding: 12px 0;
  line-height: 18px;
}
.hover-service .hover-tel span {
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  display: block;
  margin-bottom: 4px;
  line-height: 16px;
}
.hover-service .hover-date {
  text-align: center;
  color: rgba(0, 0, 0, 0.45);
  line-height: 16px;
  padding-top: 12px;
}
.hover-weixin .hover-title {
  line-height: 18px;
  border-bottom: 1px solid #eee;
  color: #373d41;
  padding: 10px 0 10px 14px;
}
.hover-weixin .hover-ewm {
  padding: 10px 0 0 0;
  text-align: center;
}
.hover-weixin .hover-ewm img {
  width: 140px;
  height: 140px;
}
.toolbar-default:hover .default-a {
  background: #ff8b0d;
}
.toolbar-default:nth-child(1):hover .default-a .toolbar-ico01 {
  background: url(../../images/common/ts_ico01_hover.png) no-repeat center
    center;
}
.toolbar-default:nth-child(2):hover .default-a .toolbar-ico02 {
  background: url(../../images/common/ts_ico02_hover.png) no-repeat center
    center;
}
.toolbar-default:nth-child(3):hover .default-a .toolbar-ico03 {
  background: url(../../images/common/ts_ico03_hover.png) no-repeat center
    center;
}
.toolbar-default:hover .hover-box {
  display: block;
}
.toolbar-default:hover .default-a span {
  display: block;
}
.toolbar-default:hover .default-width {
  width: 124px;
  z-index: 2;
  position: relative;
}
